From 2672837a1471ba6f3f6afe1ab7017f3c10b21d76 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Jun 2014 08:50:31 -0400 Subject: [PATCH] GtkIconTheme: Keep gtk_icon_theme_add_resource_path private for now We need to discuss some details of the semantics before we can make this public. --- gtk/gtkicontheme.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index e37a52dd9d..6d7fab2537 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -187,10 +187,6 @@ GDK_AVAILABLE_IN_ALL void gtk_icon_theme_prepend_search_path (GtkIconTheme *icon_theme, const gchar *path); -GDK_AVAILABLE_IN_3_14 -void gtk_icon_theme_add_resource_path (GtkIconTheme *icon_theme, - const gchar *path); - GDK_AVAILABLE_IN_ALL void gtk_icon_theme_set_custom_theme (GtkIconTheme *icon_theme, const gchar *theme_name); -- 2.30.2